home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / Basic Apps / OmniWeb.1.0.app / English.lproj / OWPromptPanel.nib / data.classes next >
Encoding:
Text File  |  1995-01-26  |  323 b   |  13 lines

  1. OWPromptPanel = {
  2.     ACTIONS = {"cancel:" = "cancel:"; "ok:" = "ok:"; }; 
  3.     OUTLETS = {
  4.     cancelButton = cancelButton; 
  5.     okButton = okButton; 
  6.     openInMatrix = openInMatrix; 
  7.     promptForm = promptForm; 
  8.     titleField = titleField; 
  9.     }; 
  10.     SUPERCLASS = Object; 
  11. };
  12. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  13.